home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995…tember: Reference Library / Dev.CD Sep 95 RL / Dev.CD Sep 95 RL.toast / mac / Technical Documentation / develop / develop Issue 22 code / Futures / FutureShock / AppleEventHandlers.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-04-14  |  261 b   |  13 lines  |  [TEXT/MMCC]

  1.  
  2. #ifndef __APPLEEVENTHANDLERS__
  3. #define __APPLEEVENTHANDLERS__
  4.  
  5. class TAEvent;
  6.  
  7. void InstallAppleEventHandlers();
  8. pascal OSErr WaitLongerEvent(TAEvent& ae, TAEvent& reply, long refCon);
  9. pascal OSErr TestEvent(TAEvent& ae, TAEvent& reply, long refCon);
  10.  
  11. #endif
  12.  
  13.